Skip to content

Added pivot table test for explicit datetime types [Issue#43574] #54329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

kvn4
Copy link
Contributor

@kvn4 kvn4 commented Jul 31, 2023

@@ -2613,9 +2613,36 @@ def test_pivot_not_changing_index_name(self):
tm.assert_frame_equal(df, expected)

def test_pivot_table_empty_dataframe_correct_index(self):
# GH 21932
# GH#21932
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine as is

You can also pass parameters directly to the backend driver. For example,
if you do *not* have S3 credentials, you can still access public data by
specifying an anonymous connection, such as
You can also pass parameters directly to the backend driver. Since ``fsspec`` does not
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change should not be here

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Aug 1, 2023
@kvn4 kvn4 closed this Aug 1, 2023
@kvn4 kvn4 deleted the issue#43574 branch August 1, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reshaping Concat, Merge/Join, Stack/Unstack, Explode Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: pivot_table produces NaT and FutureWarning on dataset with explicitly typed date-value field
2 participants